home *** CD-ROM | disk | FTP | other *** search
- [autorun]
- Open=Autorun.EXE
- Icon=MGI_CD.ico
-
-
- [General]
- ; =============================================================================
- ; NOTE:
- ; Autorun.exe assumes that AUTORUN.INF is at root of current drive.
- ;
- ; General Definition:
- ; Items number of items or hotspots
- ; Title The string to appear in the window's title bar
- ; SetupKey Registry key to search for to confirm that program is installed
- ; UninstallKey Registry key for uninstalling
- ; Sound Wave file to play when autorun window is shown
- ; HoverSound Wave file to play when user hovers over an item
- ; ClickSound Wave file to play when user clicks on an item
- ; Setup path the setup - run if SetupKey is not found
- ; ForeBitmap Foreground bitmap - normal states
- ; BackBitmap Background bitmap - hover states
- ; ProgramWindow Window title of the program to check if its running
- ; ProgramClass Window Class to check if its running
- ; =============================================================================
-
- Items=5
- Title=Welcome to MGI PhotoSuite II SE
- SetupKey=SOFTWARE\MGI\PhotoSuiteII\1.0
- UninstallKey=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MGI_PRISM_V1_0
- Sound=autorun\cool.wav
- HoverSound=autorun\Hoversel.wav
- ClickSound=autorun\Click.wav
- Setup=setup.exe
- ForeBitmap=autorun\PSAutofr.bmp
- BackBitmap=autorun\PSAutobk.bmp
- ;ProgramWindow=MGI PhotoSuite II
- ProgramClass=MGI PhotoSuite II MainFrame
-
-
- ; =============================================================================
- ; Item Definition:
- ; HotSpot x,y,w,h of hotspot
- ; ProgramWindow Title of program window to check if its running
- ; ProgramClass Window Class to check if its running
- ; Program Executable to run
- ; ErrorRunning Error message if program is currently running
- ; ErrorLaunch Error message if program cannot be launched.
- ;
- ; Special Keywords:
- ; <install location> Program destination path
- ; exit exits Autorun
- ; uninstall activates uninstallation
- ; =============================================================================
-
- ;
- ; Start MGI PhotoSuite II
- ;
- [Item1]
- HotSpot=45,255,310,42
- ;ProgramWindow=MGI PhotoSuite II
- ProgramClass=MGI PhotoSuite II MainFrame
- Program=<install location>\PhotoSuite.exe
- StayOpen=0
- ErrorRunning=MGI PhotoSuite II is already running.
- ErrorLaunch=Unable to launch PhotoSuite II
-
- ;
- ; View ReadMe
- ;
- [Item2]
- HotSpot=45,310,190,41
- ProgramWindow=
- Program=readme.htm
- StayOpen=1
- ErrorRunning=
- ErrorLaunch=Unable to launch Read Me
-
- ;
- ; Uninstall
- ;
- [Item3]
- HotSpot=430,260,115,41
- ProgramWindow=MGI PhotoSuite II
- Program=uninstall
- StayOpen=0
- ErrorRunning=
- ErrorLaunch=Unable to launch PhotoSuite II Uninstaller
-
- ;
- ; Re-Install
- ;
- [Item4]
- HotSpot=430,310,125,41
- ProgramWindow=
- Program=setup.exe
- StayOpen=0
- ErrorRunning=
- ErrorLaunch=
-
- ;
- ; Exit
- ;
- [Item5]
- HotSpot=430,365,60,41
- ProgramWindow=
- Program=exit
- ErrorRunning=
- ErrorLaunch=
-